home *** CD-ROM | disk | FTP | other *** search
/ Celebration Sounds / Celebration Sounds.iso / pc / program / 614quit.dxr / Internal_1.ls < prev    next >
Encoding:
Text File  |  1998-05-20  |  213 b   |  14 lines

  1. on openWindow
  2.   hChangeCursor("watch")
  3.   hSetupWindow()
  4. end
  5.  
  6. on closeWindow
  7.   hCleanupSprites()
  8. end
  9.  
  10. on hSetupWindow
  11.   set the preLoadMode of castLib "Internal (preload)" to 1
  12.   preloadMember("quitClick.aif")
  13. end
  14.